'Declaration Public Overloads Shared Function ConvertTarget<TSourceTargetThe type of source target.>( _
ByVal nameThe name of processing command.As System.String, _
ByVal commandsArray of processing commands to retargeting.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
ByVal ParamArray targetConverterThe analyzer that is used as a target converter.As IProcessingCommand(Of TTarget) _
) As IProcessingCommand(Of TTarget) (Of TSourceTargetThe type of source target.)
public static IProcessingCommand<TTarget> ConvertTarget<TSourceTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> commands,
params IProcessingCommand<TTarget> targetConverter
)
public: static IProcessingCommand<TTarget*>* ConvertTarget<TSourceTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* commands,
params IProcessingCommand<TTarget*>* targetConverter
)
generic<typename TSourceTarget> public:
static IProcessingCommand<TTarget^>^ ConvertTarget(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ commands,
... IProcessingCommand<TTarget^>^ targetConverter
)
Parameters
- name
- The name of processing command.
- commands
- Array of processing commands to retargeting.
- targetConverter
- The analyzer that is used as a target converter.
Type Parameters
- TSourceTarget
- The type of source target.
Return Value
Processing command with new target type.